Homepage
do-while loop
Similar to while but runs at least once even if the condition is false
Executes the block first and then checks the condition
Test Example
Input:
Output: